DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing Namespace / Index<T,TKey> Class / All Method
Specifies the order of the key values to sort the result.

In This Topic
    All Method (Index<T,TKey>)
    In This Topic
    Gets all items in the indexed collection.
    Syntax
    'Declaration
     
    Public MustOverride Function All( _
       ByVal order As Order _
    ) As IndexQuery(Of T,TKey)
    public abstract IndexQuery<T,TKey> All( 
       Order order
    )

    Parameters

    order
    Specifies the order of the key values to sort the result.

    Return Value

    An object enumerating all items of the collection in the specified order of their key values.
    See Also